home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / redakcyjne / programy / Karaoke 5 37.9 / karaoke5.exe / {app} / karaoke.exe / 0 / RCDATA / TFRXOPTIONSEDITOR / TFRXOPTIONSEDITOR.txt
Text File  |  2010-01-24  |  8KB  |  410 lines

  1. object frxOptionsEditor: TfrxOptionsEditor
  2.   Left = 403
  3.   Top = 121
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Designer Options'
  7.   ClientHeight = 536
  8.   ClientWidth = 349
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   KeyPreview = True
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   OnCreate = FormCreate
  19.   OnHide = FormHide
  20.   OnKeyDown = FormKeyDown
  21.   OnShow = FormShow
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object OkB: TButton
  25.     Left = 188
  26.     Top = 508
  27.     Width = 75
  28.     Height = 25
  29.     Caption = 'OK'
  30.     Default = True
  31.     ModalResult = 1
  32.     TabOrder = 0
  33.   end
  34.   object CancelB: TButton
  35.     Left = 268
  36.     Top = 508
  37.     Width = 75
  38.     Height = 25
  39.     Cancel = True
  40.     Caption = 'Cancel'
  41.     ModalResult = 2
  42.     TabOrder = 1
  43.   end
  44.   object RestoreDefaultsB: TButton
  45.     Left = 8
  46.     Top = 508
  47.     Width = 137
  48.     Height = 25
  49.     Caption = 'Restore defaults'
  50.     TabOrder = 2
  51.     OnClick = RestoreDefaultsBClick
  52.   end
  53.   object Label1: TGroupBox
  54.     Left = 4
  55.     Top = 4
  56.     Width = 341
  57.     Height = 137
  58.     Caption = 'Grid'
  59.     TabOrder = 3
  60.     object Label2: TLabel
  61.       Left = 8
  62.       Top = 16
  63.       Width = 24
  64.       Height = 13
  65.       Caption = 'Type'
  66.     end
  67.     object Label3: TLabel
  68.       Left = 128
  69.       Top = 16
  70.       Width = 19
  71.       Height = 13
  72.       Caption = 'Size'
  73.     end
  74.     object Label4: TLabel
  75.       Left = 26
  76.       Top = 110
  77.       Width = 54
  78.       Height = 13
  79.       Caption = 'Dialog form'
  80.     end
  81.     object Label13: TLabel
  82.       Left = 168
  83.       Top = 40
  84.       Width = 13
  85.       Height = 13
  86.       Caption = 'cm'
  87.     end
  88.     object Label14: TLabel
  89.       Left = 168
  90.       Top = 64
  91.       Width = 8
  92.       Height = 13
  93.       Caption = 'in'
  94.     end
  95.     object Label15: TLabel
  96.       Left = 168
  97.       Top = 88
  98.       Width = 10
  99.       Height = 13
  100.       Caption = 'pt'
  101.     end
  102.     object Label16: TLabel
  103.       Left = 168
  104.       Top = 112
  105.       Width = 10
  106.       Height = 13
  107.       Caption = 'pt'
  108.     end
  109.     object CMRB: TRadioButton
  110.       Left = 8
  111.       Top = 36
  112.       Width = 109
  113.       Height = 17
  114.       Caption = 'Centimeters'
  115.       TabOrder = 0
  116.     end
  117.     object InchesRB: TRadioButton
  118.       Left = 8
  119.       Top = 60
  120.       Width = 109
  121.       Height = 17
  122.       Caption = 'Inches'
  123.       TabOrder = 1
  124.     end
  125.     object PixelsRB: TRadioButton
  126.       Left = 8
  127.       Top = 84
  128.       Width = 109
  129.       Height = 17
  130.       Caption = 'Pixels'
  131.       TabOrder = 2
  132.     end
  133.     object CME: TEdit
  134.       Left = 128
  135.       Top = 34
  136.       Width = 37
  137.       Height = 21
  138.       AutoSize = False
  139.       Ctl3D = True
  140.       ParentCtl3D = False
  141.       TabOrder = 3
  142.     end
  143.     object InchesE: TEdit
  144.       Left = 128
  145.       Top = 58
  146.       Width = 37
  147.       Height = 21
  148.       AutoSize = False
  149.       Ctl3D = True
  150.       ParentCtl3D = False
  151.       TabOrder = 4
  152.     end
  153.     object PixelsE: TEdit
  154.       Left = 128
  155.       Top = 82
  156.       Width = 37
  157.       Height = 21
  158.       AutoSize = False
  159.       Ctl3D = True
  160.       ParentCtl3D = False
  161.       TabOrder = 5
  162.     end
  163.     object DialogFormE: TEdit
  164.       Left = 128
  165.       Top = 106
  166.       Width = 37
  167.       Height = 21
  168.       AutoSize = False
  169.       Ctl3D = True
  170.       ParentCtl3D = False
  171.       TabOrder = 6
  172.     end
  173.     object ShowGridCB: TCheckBox
  174.       Left = 196
  175.       Top = 36
  176.       Width = 137
  177.       Height = 17
  178.       Caption = 'Show grid'
  179.       Ctl3D = True
  180.       ParentCtl3D = False
  181.       TabOrder = 7
  182.     end
  183.     object AlignGridCB: TCheckBox
  184.       Left = 196
  185.       Top = 56
  186.       Width = 137
  187.       Height = 17
  188.       Caption = 'Align to grid'
  189.       TabOrder = 8
  190.     end
  191.   end
  192.   object Label6: TGroupBox
  193.     Left = 4
  194.     Top = 144
  195.     Width = 341
  196.     Height = 93
  197.     Caption = 'Fonts'
  198.     TabOrder = 4
  199.     object Label7: TLabel
  200.       Left = 8
  201.       Top = 20
  202.       Width = 64
  203.       Height = 13
  204.       Caption = 'Code window'
  205.     end
  206.     object Label8: TLabel
  207.       Left = 8
  208.       Top = 48
  209.       Width = 59
  210.       Height = 13
  211.       Caption = 'Memo editor'
  212.     end
  213.     object Label9: TLabel
  214.       Left = 260
  215.       Top = 20
  216.       Width = 19
  217.       Height = 13
  218.       Alignment = taRightJustify
  219.       Caption = 'Size'
  220.     end
  221.     object Label10: TLabel
  222.       Left = 260
  223.       Top = 48
  224.       Width = 19
  225.       Height = 13
  226.       Alignment = taRightJustify
  227.       Caption = 'Size'
  228.     end
  229.     object CodeWindowFontCB: TComboBox
  230.       Left = 112
  231.       Top = 18
  232.       Width = 121
  233.       Height = 21
  234.       DropDownCount = 12
  235.       ItemHeight = 13
  236.       TabOrder = 0
  237.     end
  238.     object CodeWindowSizeCB: TComboBox
  239.       Left = 288
  240.       Top = 18
  241.       Width = 44
  242.       Height = 21
  243.       ItemHeight = 13
  244.       TabOrder = 1
  245.       Items.Strings = (
  246.         '8'
  247.         '9'
  248.         '10'
  249.         '11'
  250.         '12'
  251.         '14')
  252.     end
  253.     object MemoEditorFontCB: TComboBox
  254.       Left = 112
  255.       Top = 46
  256.       Width = 121
  257.       Height = 21
  258.       DropDownCount = 12
  259.       ItemHeight = 13
  260.       TabOrder = 2
  261.     end
  262.     object MemoEditorSizeCB: TComboBox
  263.       Left = 288
  264.       Top = 46
  265.       Width = 44
  266.       Height = 21
  267.       ItemHeight = 13
  268.       TabOrder = 3
  269.       Items.Strings = (
  270.         '8'
  271.         '9'
  272.         '10'
  273.         '11'
  274.         '12'
  275.         '14')
  276.     end
  277.     object ObjectFontCB: TCheckBox
  278.       Left = 112
  279.       Top = 68
  280.       Width = 189
  281.       Height = 17
  282.       Caption = 'Use object'#39's font settings'
  283.       TabOrder = 4
  284.     end
  285.   end
  286.   object Label11: TGroupBox
  287.     Left = 4
  288.     Top = 240
  289.     Width = 341
  290.     Height = 97
  291.     Caption = 'Colors'
  292.     TabOrder = 5
  293.     object WorkspacePB: TPaintBox
  294.       Left = 168
  295.       Top = 20
  296.       Width = 161
  297.       Height = 21
  298.       OnPaint = WorkspacePBPaint
  299.     end
  300.     object ToolPB: TPaintBox
  301.       Left = 168
  302.       Top = 44
  303.       Width = 161
  304.       Height = 21
  305.       OnPaint = ToolPBPaint
  306.     end
  307.     object WorkspaceB: TButton
  308.       Left = 8
  309.       Top = 20
  310.       Width = 145
  311.       Height = 21
  312.       Caption = 'Workspace'
  313.       TabOrder = 0
  314.       OnClick = WorkspaceBClick
  315.     end
  316.     object ToolB: TButton
  317.       Left = 8
  318.       Top = 44
  319.       Width = 145
  320.       Height = 21
  321.       Caption = 'Tool windows'
  322.       TabOrder = 1
  323.       OnClick = ToolBClick
  324.     end
  325.     object LCDCB: TCheckBox
  326.       Left = 8
  327.       Top = 72
  328.       Width = 213
  329.       Height = 17
  330.       Caption = 'LCD grid color'
  331.       TabOrder = 2
  332.     end
  333.   end
  334.   object Label5: TGroupBox
  335.     Left = 4
  336.     Top = 340
  337.     Width = 341
  338.     Height = 153
  339.     Caption = 'Other'
  340.     TabOrder = 6
  341.     object Label12: TLabel
  342.       Left = 8
  343.       Top = 128
  344.       Width = 100
  345.       Height = 13
  346.       Caption = 'Gap between bands:'
  347.     end
  348.     object Label17: TLabel
  349.       Left = 212
  350.       Top = 128
  351.       Width = 10
  352.       Height = 13
  353.       Caption = 'pt'
  354.     end
  355.     object EditAfterInsCB: TCheckBox
  356.       Left = 8
  357.       Top = 20
  358.       Width = 293
  359.       Height = 17
  360.       Caption = 'Show editor after insert'
  361.       TabOrder = 0
  362.     end
  363.     object FreeBandsCB: TCheckBox
  364.       Left = 8
  365.       Top = 80
  366.       Width = 293
  367.       Height = 17
  368.       Caption = 'Free bands placement'
  369.       TabOrder = 3
  370.     end
  371.     object GapE: TEdit
  372.       Left = 172
  373.       Top = 124
  374.       Width = 37
  375.       Height = 21
  376.       TabOrder = 5
  377.     end
  378.     object BandsCaptionsCB: TCheckBox
  379.       Left = 8
  380.       Top = 40
  381.       Width = 293
  382.       Height = 17
  383.       Caption = 'Show band'#39's captions'
  384.       TabOrder = 1
  385.     end
  386.     object DropFieldsCB: TCheckBox
  387.       Left = 8
  388.       Top = 60
  389.       Width = 293
  390.       Height = 17
  391.       Caption = 'Show drop-down fields list'
  392.       TabOrder = 2
  393.     end
  394.     object StartupCB: TCheckBox
  395.       Left = 8
  396.       Top = 100
  397.       Width = 293
  398.       Height = 17
  399.       Caption = 'Show startup screen'
  400.       TabOrder = 4
  401.     end
  402.   end
  403.   object ColorDialog: TColorDialog
  404.     Ctl3D = True
  405.     Options = [cdFullOpen]
  406.     Left = 168
  407.     Top = 296
  408.   end
  409. end
  410.